home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Ken Long / ColorWarp-c / Mathias@AOL.com < prev    next >
Encoding:
Text File  |  1994-12-04  |  890 b   |  29 lines  |  [TEXT/EDIT]

  1. /*
  2.  
  3. Hi.  I didnt write this - I just edited it a little to make it run
  4. in MetroWerks C
  5.  
  6. If you want to run it on 680x0 make the project "warp.µ" which
  7. will create the executable app "warpPPC.µ.rsrc"
  8.  
  9. If you want to make a fat-binary to run on PowerMacs or 68000
  10. first make the project "warp.µ" which will create the executable
  11. app "warpPPC.µ.rsrc" which will also be the resource file for the
  12. PPC project.  Then make "warpPPC.µ" which will create 'warp
  13. (fat-binary)'
  14.  
  15. Watch it fly on your PowerMac ;)
  16.  
  17. One note - I didn't see a call to swapmmu so this probably WONT
  18. run on a 680x0 in 24 bit memory addressing.
  19.  
  20.  
  21.  
  22. You need to set your main montior to either 1 or 8 bit video depth
  23. and then run 'warp'. Use the mouse to control up/down/rotate
  24. left/rotate right/.  You can thrust forward and back with the '+'
  25. and '-' keys.  Quit with the 'q' key or by clicking the mouse.
  26.  
  27.  
  28.  
  29. peace, Mathias */